home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000…tember: Reference Library
/
Dev.CD Sep 00 RL Disk 2.toast
/
TechnicalPublications
/
quicktime
/
qtdevdocs
/
frametest.js
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-07-21
|
303 b
|
23 lines
|
[
TEXT/ttxt
]
<!--
if (parent.frames.length != 0) {
var frameLink = "Hide Frames";
}
else {
var frameLink = "Show Frames";}
function testFrame(){
if (parent.frames.length != 0) {
top.location = self.location;
// loaded in frames
}
else {
location="RM/frameset2.htm";
// not loaded frames
}
}
//-->